wip
authorIan Jackson <ian.jackson@citrix.com>
Thu, 20 Sep 2018 15:51:10 +0000 (16:51 +0100)
committerIan Jackson <ian.jackson@citrix.com>
Thu, 20 Sep 2018 15:51:10 +0000 (16:51 +0100)
debian/rules

index a9ab94f132c917f4af08e50603625c47cecf8a9e..8019771d497fbf76eb16a308eeb521cb1ad962e2 100755 (executable)
@@ -34,7 +34,11 @@ endif
 %:
        dh $@
 
-dh_override_auto_configure:
+override_dh_auto_clean:
+       printenv | sort
+       make -j1 distclean
+
+override_auto_configure:
        ./configure \
                --disable-stubdom \
                --prefix=/usr \